Passed
Push — master ( 4ca75b...cc8dd9 )
by Dmytro
01:45 queued 12s
created

entry.js ➔ _load   A

Complexity

Conditions 1

Size

Total Lines 3
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 3
c 0
b 0
f 0
rs 10
cc 1
1
/* eslint-disable security/detect-non-literal-require */
2
import { entry } from './constants';
3
4
export default require(entry);
5
module.exports = require(entry);
6